home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_SMSMAIL / TDLG_SMSMAIL.txt
Text File  |  2002-07-04  |  3KB  |  132 lines

  1. object Dlg_SmsMail: TDlg_SmsMail
  2.   Left = 261
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sms Setup in Filter'
  6.   ClientHeight = 238
  7.   ClientWidth = 374
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 36
  22.     Width = 69
  23.     Height = 13
  24.     Caption = 'SMS &Account:'
  25.     FocusControl = cbxAccounts
  26.   end
  27.   object Label2: TLabel
  28.     Left = 17
  29.     Top = 12
  30.     Width = 40
  31.     Height = 13
  32.     Caption = '&Send to:'
  33.     FocusControl = E_SendTo
  34.   end
  35.   object Label3: TLabel
  36.     Left = 16
  37.     Top = 60
  38.     Width = 86
  39.     Height = 13
  40.     Caption = '&Message Content:'
  41.     FocusControl = mmBody
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 12
  45.     Top = 200
  46.     Width = 350
  47.     Height = 2
  48.   end
  49.   object btnOK: TButton
  50.     Left = 200
  51.     Top = 208
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&OK'
  55.     TabOrder = 0
  56.     OnClick = btnOKClick
  57.   end
  58.   object btnCancel: TButton
  59.     Left = 288
  60.     Top = 208
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = '&Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 1
  67.   end
  68.   object cbxAccounts: TComboBox
  69.     Left = 96
  70.     Top = 32
  71.     Width = 185
  72.     Height = 22
  73.     Style = csOwnerDrawFixed
  74.     ItemHeight = 16
  75.     TabOrder = 2
  76.     OnDrawItem = cbxAccountsDrawItem
  77.   end
  78.   object E_SendTo: TEdit
  79.     Left = 96
  80.     Top = 8
  81.     Width = 185
  82.     Height = 21
  83.     TabOrder = 3
  84.   end
  85.   object mmBody: TMemo
  86.     Left = 16
  87.     Top = 80
  88.     Width = 345
  89.     Height = 81
  90.     ScrollBars = ssVertical
  91.     TabOrder = 4
  92.   end
  93.   object btnSMSAccount: TButton
  94.     Left = 288
  95.     Top = 30
  96.     Width = 75
  97.     Height = 25
  98.     Caption = 'Se&tup...'
  99.     TabOrder = 5
  100.     OnClick = btnSMSAccountClick
  101.   end
  102.   object cbIdleTime: TCheckBox
  103.     Left = 16
  104.     Top = 172
  105.     Width = 209
  106.     Height = 17
  107.     Caption = '&ONLY after computer has been idle for'
  108.     TabOrder = 6
  109.     Visible = False
  110.   end
  111.   object cbxIdleTime: TComboBox
  112.     Left = 232
  113.     Top = 168
  114.     Width = 129
  115.     Height = 21
  116.     Style = csDropDownList
  117.     ItemHeight = 13
  118.     TabOrder = 7
  119.     Visible = False
  120.   end
  121.   object Language: TLanguage
  122.     LangCenter = DM_Language.LangCenter
  123.     ResStrings.Strings = (
  124.       '0001=Recipient can not be blank!'
  125.       '0002=Message can not be blank!'
  126.       '0003=Invalid mobile phone number: '
  127.       '0004=Can not send short message to more than 10 recipients.')
  128.     Left = 120
  129.     Top = 208
  130.   end
  131. end
  132.